programming4us
           
 
 
Sharepoint

SharePoint Server 2010 Business Intelligence Platform (part 6) - Reporting Services

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
7/10/2013 4:44:19 AM

5. Reporting Services

Reporting Services are generally used in conjunction with SQL Server and Analysis Services to generate all manner of reports. A standard installation of Reporting Services will provide a web-based portal where users can browse through a collection of published reports. As an alternative to a stand-alone portal, Reporting Services can also be installed in SharePoint integration mode. As the name suggests, this mode provides a much higher degree of integration with SharePoint. All report data, rather than being stored in a dedicated Reporting Services database and presented via a stand-alone portal, is now stored directly within SharePoint lists and libraries.

Creating a Reporting Services Report

Let’s take a look at creating a report using Reporting Services and publishing it to a SharePoint document library. Before Reporting Services can be used with SharePoint, you need to install and configure the Reporting Services add-in for SQL Server 2008 R2. The add-in can be downloaded from www.microsoft.com/downloads/details.aspx?FamilyID=16bb10f9-3acc-4551-bacc-bdd266da1d45&displaylang=en. After you’ve installed the add-in, do the following:

  1. Start the SQL Server Business Intelligence Studio application, and then create a new project using the Report Server Project Wizard template, as shown next:

  2. We’ll make use of the AdventureWorks sample database for this report. In the Report Wizard dialog, click Next to move to the Select the Data Source step. Create a new data source and name it AdventureWorks. Set the connection string to point to the AdventureWorks sample database.

  3. Click the Make This A Shared Data Source checkbox. By making the data source shared, it will be published as a separate data source item in SharePoint; this will allow it to be reused by other reports. The alternative to a shared data source is an embedded data source, where the details are embedded within the report.

  4. Either click the Query Builder button to create the following query or manually enter it into the Query string text box:

          SELECT      C.FirstName,
                      C.LastName,
                      C.Phone,
                      E.Title
          FROM        HumanResources.Employee as E
          INNER JOIN  Person.Contact as C
          ON          E.ContactID = C.ContactID
    
  5. Create a Tabular report grouped by Title with FirstName, LastName, and Phone in the Detail section, as shown here:

  6. Click Finish and then name the report Telephone Directory.

  7. Before we can publish the new report to SharePoint, we need to let the project know where to store the various components, such as the data connection and the report definition. To set these options, choose Project | MySampleReport Properties.

  8. In the Deployment section, specify appropriate values for each target folder and the TargetServerURL, as shown next. Notice that the folders must be fully qualified URLs and the TargetServerURL must be the URL to the SharePoint site where the reports will be deployed.

  9. To deploy the report to SharePoint, choose Build | Deploy MySampleReport. If everything is properly configured, the report and its associated data connection will be uploaded to the configured SharePoint document library.

  10. To view the report, simply click the item in the document library.

Creating a report and publishing it to SharePoint is no more difficult than creating a Word document or any other content. Since the report is stored within SharePoint, it is automatically subject to the same security and information management policies as other content.

Report Builder

After a report has been published to SharePoint, it can be modified by users who have the appropriate permissions by using the Report Builder tool. Like the PerformancePoint Dashboard Designer, the Report Builder is a click-once application that can be accessed directly from within SharePoint. To open a report using the Report Builder, select Edit in Report Builder from the context menu, as shown here:

Reporting Services Web Part

When a user clicks a report in a SharePoint library, the report is automatically rendered on the page. It should come as no surprise to learn that this is done using a Reporting Services–specific web part. However, having such a web part available presents the opportunity to integrate Reporting Services content with other content on pages within a SharePoint application.

For us developers, being able to amalgamate Reporting Services content with application-generated content greatly increases the flexibility of our applications. When it comes to displaying or printing application data, offloading the task to Reporting Services provides a whole host of functionality that would be very time-consuming to build from scratch.

Other -----------------
- SharePoint 2010 : Writing Workflows with Visual Studio
- SharePoint 2010 : Writing Workflows with SharePoint Designer
- SharePoint 2010 : Customizing Out of the Box Workflows
- SharePoint 2010 : Out of the Box Workflows
- SharePoint 2010 : Office 2010 Client Applications (part 4)
- SharePoint 2010 : Office 2010 Client Applications (part 3) - Backstage
- SharePoint 2010 : Office 2010 Client Applications (part 2) - Documents and Data Caching
- SharePoint 2010 : Office 2010 Client Applications (part 1)
- Sharepoint 2010 : Content Management - In place Records Management
- Sharepoint 2010 : Content Management - Importing a Term Set
- Sharepoint 2010 : Content Management - Creating a Term Set
- Sharepoint 2010 : Content Management - Managing External Content Types
- Sharepoint 2010 : Content Management - Adding a Content Type hub
- SharePoint 2010 : Content Management - Configuring content deployment
- SharePoint 2010 : Content Management - Routing documents to another site
- SharePoint 2010 : Content Management - Configuring advanced routing
- Sharepoint 2010 : Backup and Restore (part 5) - Restoring from a backup in Central Administration
- Sharepoint 2010 : Backup and Restore (part 4) - Backing up a farm in Central Administration
- Sharepoint 2010 : Backup and Restore (part 3) - Importing sites, Recovering data from an unattached content database
- Sharepoint 2010 : Backup and Restore (part 2) - Performing a site collection backup, Exporting sites
 
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us